home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / bbs / GW218.lha / GlobalWar / GWSysop-readme.doc < prev    next >
Text File  |  1995-06-21  |  2KB  |  84 lines

  1.  
  2. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
  3.  
  4. Global War 2.18  cli door version, Sysop's note
  5.  
  6. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
  7.  
  8.  
  9. Global War should run under any BBS environment, as long as
  10. the BBS software can run normal CLI programs, like 'dir' or
  11. 'list'.
  12.  
  13. It won't take long for you to install this game.
  14.  
  15. Make a DOOR: assignment to the place where all your door games
  16. are, and create a directory called GlobalWar (DOORS:GlobalWar/).
  17. Put all files from this archive into that directory.
  18.  
  19. Edit GW.con configuration file according to your needs. 
  20.  
  21. The BBS software must be able to execute the CLI door with
  22. arguments. Here is a list of Global War arguments:
  23.  
  24.  
  25.  
  26. GlobalWar NAME/M,ACCESS/K,PAGELENGTH/K,TIMELEFT/K
  27.  
  28. A short explanation follows:
  29. ----------------------------
  30.  
  31. First, the arguments can be written in *any* order.
  32. All arguments have default values, in other words you can run
  33. the program with no arguments at all if you want (the default
  34. user name would be fetched from the GW.con configuration file).
  35.  
  36. /M means that there can be a free number of these arguments
  37. /K means only one of these 
  38.  
  39.  
  40. NAME/M            User's name, can be anywhere on the argument line,
  41.                     (see example below)
  42.  
  43. ACCESS/K            must be followed by user's access level number.
  44.                     this is the way the program knows who have the right
  45.                     to enter the sysop's menu.
  46.  
  47. PAGELENGTH/K    how tall the user's screen is. 21 is default.
  48.  
  49. TIMELEFT/K        number of minutes (or hours and minutes) remaining,
  50.                     for example:
  51.  
  52.                         TIMELEFT 2      2 minutes left
  53.                        TIMELEFT 1:32   1 h 32 mins left
  54.                        TIMELEFT 108    108 mins left (=1 h 48 mins)
  55.  
  56.  
  57. Finally, some demonstrations of complete sets of arguments :
  58. ------------------------------------------------------------
  59.  
  60. GlobalWar Janne Paakkonen ACCESS 100 PAGELENGTH 25 TIMELEFT 42
  61.  
  62. GlobalWar PAGELENGTH 25 Janne TIMELEFT 102
  63.  
  64. GlobalWar TIMELEFT 2:12 Janne Paakkonen
  65.  
  66.  
  67.  
  68. How to make GlobalWar run with your BBS software ?
  69. --------------------------------------------------
  70.  
  71. The idea is pretty straightforward; write the argument keywords
  72. just like above and replace the values with the special syntax
  73. that your BBS software uses.
  74. Lets say that the BBS passes user's name as '%1' and number of
  75. remaining minutes as '%13'. Simply construct this line:
  76.  
  77. GlobalWar %1 TIMELEFT %13
  78.  
  79. and off you go!
  80.  
  81.  
  82.  
  83. ------------------------ End of sysop's doc ----------------------
  84.